SingleNINumericSingleNIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SingleN>.IsLessThan(
SingleN value
)
Private Function IsLessThan (
value As SingleN
) As Boolean Implements INumeric(Of SingleN).IsLessThan
private:
virtual bool IsLessThan(
SingleN value
) sealed = INumeric<SingleN>::IsLessThan
private abstract IsLessThan :
value : SingleN -> bool
private override IsLessThan :
value : SingleN -> bool
- value SingleN
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)